home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / DEMON / RISCOS2 / TCP_131S.ARC / netinet / h / in
Text File  |  1993-11-12  |  201b  |  16 lines

  1. struct in_addr {
  2.   unsigned int s_addr;
  3.   };
  4.  
  5. struct sockaddr_in {
  6.   struct in_addr sin_addr;
  7.   int sin_socket;
  8.   int sin_port;
  9.   int sin_family;
  10.   };
  11.  
  12. struct sockaddr {
  13.   unsigned int s_addr;
  14.   };
  15.   
  16.